120 FOR I=1 TO 20:PRINT CHR$(179);:PRINT TAB(78) CHR$(179):NEXT I
130 PRINT CHR$(192);STRING$(76,196);CHR$(217)
140 LOCATE 4,5:PRINT"T H E C O L O R W H E E L ":LOCATE 6,5:PRINT"This game has been included on the Amanda's Letter Lotto":LOCATE 7,5:PRINT"disk as a free extra. It's a very simple game involving"
150 LOCATE 8,5:PRINT"pushing the right letter to select matching colors.":LOCATE 10,5:PRINT"Four colors will be displayed across the bottom of the screen."
160 LOCATE 11,5:PRINT"There will be a letter above each color. One of the colors":LOCATE 12,5:PRINT"will also appear at the top of the screen. Push the":LOCATE 13,5:PRINT"letter for the color that matches the one at"
170 LOCATE 14,5:PRINT"at the top of the screen. There is no scoring in this game":LOCATE 15,5:PRINT"it's all just for fun. (Ages 18 monnths to 4 years).
180 LOCATE 19,5:PRINT"A COLOR MONITOR IS REQUIRED FOR THIS GAME."
190 LOCATE 17,5:PRINT"Push ESC to end the game."
200 LOCATE 22,20:PRINT"Push any key to start... "
210 LOCATE 22,70:H$=INPUT$(1)
220 CLS:C=0:D=0:E=0:S=3:L=65
230 FOR I=1 TO 150:H$=INKEY$:NEXT I:LOCATE 6,1:PRINT" ":C=C+1:IF C>15 THEN C=1